home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / cave2 / 00021.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  135 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("leftdef.S")
  6.   updateStage()
  7.   play movie "mstrmind.dir"
  8. end
  9.